home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_5068.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  222 lines

  1. -- card: 5068 from stack: in
  2. -- bmap block id: 5204
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Charge
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   hide card field "Message Center 3"
  10.   hide card field "Message Center 2"
  11.   hide card field "Message Center"
  12.   hide card button "Go Back"
  13.   hide card button "Next ..."
  14.   hide card button id 7
  15.   show card button "Text"
  16. end openCard
  17.  
  18. on closeCard
  19.   hide card field "Cover All"
  20.   hide card button "Self-Check"
  21.   hide card field "Message Center 3"
  22.   hide card field "Message Center 2"
  23.   hide card field "Message Center"
  24.   hide card button "Go Back"
  25.   hide card button "Next ..."
  26.   hide card button id 7
  27.   show card button "Text"
  28.   set hilite of background button "The System" to false
  29.   set hilite of background button "How It Works" to true
  30.   set hilite of background button "Scan. Concepts" to false
  31.   set hilite of background button "File Formats" to false
  32. end closeCard
  33.  
  34.  
  35.  
  36.  
  37. -- part 1 (field)
  38. -- low flags: 81
  39. -- high flags: 2004
  40. -- rect: left=14 top=77 right=252 bottom=203
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 0
  44. -- font id: 3
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Message Center
  49.  
  50.  
  51. -- part 2 (button)
  52. -- low flags: 80
  53. -- high flags: A003
  54. -- rect: left=124 top=283 right=304 bottom=194
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Next ...
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   hide card field "Message Center"
  66.   hide card field "Message Center 3"
  67.   show card field "Message Center 2"
  68.   show card button id 7
  69.   hide card button "Next ..."
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 3 (button)
  75. -- low flags: 80
  76. -- high flags: A003
  77. -- rect: left=34 top=283 right=304 bottom=104
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Go Back
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   hide card field "Message Center 3"
  89.   hide card field "Message Center 2"
  90.   hide card field "Message Center"
  91.   hide card button "Go Back"
  92.   hide card button "Next ..."
  93.   hide card button id 7
  94.   show card button "Text"
  95.  
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 4 (field)
  101. -- low flags: 81
  102. -- high flags: 2004
  103. -- rect: left=14 top=77 right=252 bottom=203
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 0
  107. -- font id: 3
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Message Center 2
  112.  
  113.  
  114. -- part 5 (button)
  115. -- low flags: 00
  116. -- high flags: A003
  117. -- rect: left=124 top=283 right=304 bottom=194
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Text
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "Message Center 2"
  129.   show card field "Message Center"
  130.   show card button "Go Back"
  131.   show card button "Next ..."
  132.   hide card button "Text"
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 7 (button)
  138. -- low flags: 80
  139. -- high flags: A003
  140. -- rect: left=124 top=283 right=304 bottom=194
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Next ...
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   hide card field "Message Center"
  152.   hide card field "Message Center 2"
  153.   show card field "Message Center 3"
  154.   hide card button id 7
  155.   show card button "Go Back"
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 8 (field)
  161. -- low flags: 81
  162. -- high flags: 2004
  163. -- rect: left=14 top=77 right=252 bottom=203
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 0
  167. -- font id: 3
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Message Center 3
  172.  
  173.  
  174. -- part 9 (field)
  175. -- low flags: 81
  176. -- high flags: 0001
  177. -- rect: left=6 top=272 right=310 bottom=510
  178. -- title width / last selected line: 0
  179. -- icon id / first selected line: 0 / 0
  180. -- text alignment: 0
  181. -- font id: 3
  182. -- text size: 12
  183. -- style flags: 0
  184. -- line height: 16
  185. -- part name: Cover All
  186.  
  187.  
  188. -- part 10 (button)
  189. -- low flags: 80
  190. -- high flags: A004
  191. -- rect: left=1 top=315 right=340 bottom=511
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Self-Check
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   visual iris close
  203.   hide card button "Self-Check"
  204.   hide card field "Cover All"
  205.   pop card
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part contents for card part 1
  211. ----- text -----
  212. The charge coupled device board (CCD), transfers the analog signals from the optical mechanism, one line at at time, to the DIPP on the main logic board.
  213. The CCD board contains a series of light-sensitive capacitors, called elements.  
  214.  
  215. -- part contents for card part 4
  216. ----- text -----
  217. There are 2592 elements arranged horizontally on the CCD, about the size of one scan line.  While the optical mechanism is returning to the beginning of the next line, the line previously scanned is shifted out of the CCD into the DIPP.
  218.  
  219. -- part contents for card part 8
  220. ----- text -----
  221. Digital circuitry  is capable of recording  black and white.  Because the CCD is an analog device, it can record 14 levels of gray in addition to black and white.  
  222.